Answer the question
In order to leave comments, you need to log in
Is it possible to set a delimiter between issuing a query using SQL?
Can you please tell me if it is possible in SQL to add a separator after each output?
That is, for example, such a query:
SELECT table.field FROM tableWHERE table.field IN "06/25/2018 11:01:04"
Will give us values from three lines, for example:
100 150 500 The
question is, is it possible through SQL set your own separator between these values, for example, a comma, then it would turn out something like:
100, 150, 500
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question