Topic on Talk:Quarry/Flow

How can insert Tilde(~) symbol as a delimiter after QNumber?

3
Info-farmer (talkcontribs)
XXN (talkcontribs)

You can just prepend tildes to the second column:
CONCAT("Q",ips_item_id),CONCAT('~ ',ips_site_page)

or to append them the first column:
CONCAT("Q",ips_item_id,'~')

but if you need 3 columns, you can use:
CONCAT("Q",ips_item_id), CONCAT('~'), ips_site_page

Edgars2007 (talkcontribs)

Note, that in second XXN's example, you can use '~' instead of CONCAT('~')

Reply to "How can insert Tilde(~) symbol as a delimiter after QNumber?"
  NODES
HOME 1
languages 2
Note 1
text 3