Sign in
apache
/
hawq
/
master
/
.
/
src
/
test
/
regress
/
sql
/
select_views.sql
blob: 26a389f6caff351cb4323e6eee80d9cd75404a2a [
file
] [
log
] [
blame
]
--
-- SELECT_VIEWS
-- test the views defined in CREATE_VIEWS
--
SELECT
*
FROM
street
ORDER
BY
1
,
2
,
3
;
SELECT
name
,
#
thepath
FROM
iexit
ORDER
BY
1
,
2
,
3
;
SELECT
*
FROM
toyemp
WHERE
name
=
'sharon'
ORDER
BY
1
,
2
,
3
;