You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2003-10-06 lucijan, mysql Ver 12.21 Distrib 4.0.14, for pc-linux-gnu (i686):
|
|
|
|
parser doesn't allow "SELECT 1, 2, 3, * FROM fish"
|
|
but allows "SELECT *, 1, 2, 3 FROM fish" and "SELECT 1, 2, 3, fish.* FROM fish"
|
|
|
|
sqlite and postgress support "SELECT 1, 2, 3, * FROM fish" thouugh
|