Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
"SELECT
\"test_1\".\"us_states_in_test\".\"statecode\",
\"test_1\".\"us_states_in_test\".\"statename\",
\"test_1\".\"us_states_in_test\".\"capital\",
\"test_1\".\"us_states_in_test\".\"mostpopulation\"
FROM \"test_1\".\"us_states_in_test\""
test_1
/Schemata
/public
/us_states_in_test
SELECT
"statecode",
"statename",
"capital",
"mostpopulation"
FROM "us_states_in_test";