We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello,
This query is valid with mysql but not with sql-parser :
select @test:=Auto_increment FROM information_schema.tables WHERE table_name='myTable'
The part "Auto_increment" seems to be the problem.
Thanks