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

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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