You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by TheXman-TX January 28, 2025 sqlitestudio v3.4.15
A similar issue was discussed #4549 and then again #4572.
Upon launching sqlitestudio, if I execute the following SQL script it returns the results as expected. Any subsequent execution of a SELECT statement with [quoted] field aliases (without the "AS" keyword) will return results like the image below. If I add the "AS" keyword to the SELECT it returns the expected result. Is this a bug or does sqlitestudio require the use of the "AS" keyword?
Quoted field alias without "AS"
Same script with "AS"
The text was updated successfully, but these errors were encountered:
Discussed in #5232
Originally posted by TheXman-TX January 28, 2025
sqlitestudio v3.4.15
A similar issue was discussed #4549 and then again #4572.
Upon launching sqlitestudio, if I execute the following SQL script it returns the results as expected. Any subsequent execution of a SELECT statement with [quoted] field aliases (without the "AS" keyword) will return results like the image below. If I add the "AS" keyword to the SELECT it returns the expected result. Is this a bug or does sqlitestudio require the use of the "AS" keyword?
Quoted field alias without "AS"
Same script with "AS"
The text was updated successfully, but these errors were encountered: