sql - What is the task of this oracle operator -



sql - What is the task of this oracle operator -

create or replace view v_dim_prcprojectsppmse select 'project' parent, 'prjcate_' || listitemid child, ... myview

what operator '||' above mean , how named?

|| string concatenation. in c# + in vb &.

'aaa' || 'bbb' ==> 'aaabbb'

sql oracle

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -