T-SQL (transact-SQL) valid in SQLite and other SQL databases?

Viewed 4141

There doesn't seem to be any clear info out there about T-SQL and the ability to use it in SQLite and other non-microsoft SQL implementations. Most articles I come across say its Microsoft proprietary, so can we use T-SQL statements like CASE etc. on a SQLite database?

2 Answers
Related