aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/json/jsondocument/select.sql
blob: 57361db5d160542c64d696a57c1f041be8f86479 (plain) (blame)
1
2
3
4
5
6
7
/* postgres can not */

SELECT
    Id,
    Profile
FROM
    plato.Input;