SQL1 Firebird substr문처럼 사용 오라클의 substr처럼 사용하는 방법이다.처음에 오라클처럼 사용했다 안돼서 당황했다.substring문을 사용하면 된다.생긴게 조금 특이하다. select substring(dwknum from 1 for 4), dmacdnm, inamount from wrkdetl Syntax: SUBSTRING( FROM startpos [FOR length]) := any expression evaluating to a stringstartpos and length must be integer literals Example: insert into AbbrNames(AbbrName) select substring(LongName from 1 for 3) from LongNames 2016. 6. 27. 이전 1 다음