RE: RE: SQL Basics: When To Use SELECT * INTO
You are viewing a single comment's thread from:

RE: SQL Basics: When To Use SELECT * INTO

Words
33
Reading
1 min
Listen
Play
5y

I didn't know it's part of the SQL-standard, thought it was something postgres-specific.

MySQL doesn't support it ... https://dev.mysql.com/doc/refman/8.0/en/ansi-diff-select-into-table.html ... but according to the docs, mariadb supports it by now. Haven't tested it though.

@tobixen: I didn't know | Ecency