ClickHouse/tests/queries/0_stateless/00483_cast_syntax.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
48 B
MySQL
Raw Normal View History

SELECT CAST(1 AS Int8);
SELECT CAST(1, 'Int8');