I’m very confused – I opened up my database in Squirrel SQL to do some SQL and I type this in my SQL entry window:
select * from *
And for whatever reason it gives me this output:
Error: Incorrect syntax near '*'.
SQLState: 42000
ErrorCode: 102
Does anyone know what this means? It’s hard to do a google search because Google treats the asterisk as a special character.
I think that second
*is invalid, that should be a table name: