Files
doris/regression-test/suites/query_p0/limit/sql/withOrderBy.sql
AlexYue 514de605b6 [Bug](predicate) add double predicate creator (#15762)
Add one double predicator the same as integer predicate creator.
2023-01-13 18:34:09 +08:00

4 lines
127 B
SQL

SELECT ref_0.`supplycost`
FROM regression_test_query_p0_limit.tpch_tiny_partsupp AS ref_0
ORDER BY ref_0.`supplycost`
LIMIT 10;