“AS” equivalent in sqlite

Mezo

New Member
I'm a beginner with sqlite coming from mysql.maybe my question is dumb but I can't find the equivalent of the "AS" in mysql for example.Example: \[code\]"SELECT firstName || ' ' || lastName AS fullName FROM myTable;"\[/code\]Is it possible?Thanks in advance!
 
Top