9 lines
202 B
Text
9 lines
202 B
Text
|
--TEST--
|
||
|
Strings, tokens are truncated to 31 chars (+1 NULL == 32 chars total)
|
||
|
--INPUT--
|
||
|
SELECT '1234567890123456789012345678901234567890';
|
||
|
--EXPECTED--
|
||
|
E SELECT
|
||
|
s '1234567890123456789012345678901'
|
||
|
; ;
|