select statement on views

hi friends,

i am using views for first time , i have a question: can i use select statement on views?

for ex :

select myview where myview.id == ‘001’;

how to use select statement in views?

Yes, you can select from views in the same way as from tables. Why don’t you simply try to run the code?