Query must be a SELECT

when i run this query
“Select tabArticle.article_name as ‘article name:Data/article name:200’,
tabArticle.author as ‘author:Data/author:200’ ,
tabArticle.language as ‘language:Data/language:200’ ,
tabArticle.publisher as ‘publisher:Data/publisher:200’ ,
tabArticle.status as ‘status:select/status:200’ ,
tabArticle.isbn as ‘isbn:Data/isbn:200’
from tabArticle ;”
i got this error “Query must be a SELECT”

Can you share the screenshot of the query page

i solve it thanks very much