mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
24 lines
666 B
Text
24 lines
666 B
Text
|
select otto from (select 1 as otto) as t1;
|
||
|
otto
|
||
|
1
|
||
|
select otto from (select 1 as otto) as t1;
|
||
|
otto
|
||
|
1
|
||
|
select otto from (select 1 as otto) as t1;
|
||
|
otto
|
||
|
1
|
||
|
select friedrich from (select 1 as otto) as t1;
|
||
|
ERROR 42S22: Unknown column 'friedrich' in 'field list'
|
||
|
select friedrich from (select 1 as otto) as t1;
|
||
|
ERROR 42S22: Unknown column 'friedrich' in 'field list'
|
||
|
select otto from (select 1 as otto) as t1;
|
||
|
otto
|
||
|
1
|
||
|
select otto from (select 1 as otto) as t1;
|
||
|
otto
|
||
|
1
|
||
|
select friedrich from (select 1 as otto) as t1;
|
||
|
ERROR 42S22: Unknown column 'friedrich' in 'field list'
|
||
|
select friedrich from (select 1 as otto) as t1;
|
||
|
ERROR 42S22: Unknown column 'friedrich' in 'field list'
|