Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この sql ステートメントからフィールドを取得するにはどうすればよいですか?
create view CCV_REALPROP as select *, SUBSTRING( PARCEL_NO, 1, 3) as CC_GROUP from REALPROP
次のようにフィールドを取得する必要があります。
1:*
*
2:SUBSTRING( PARCEL_NO, 1, 3) as CC_GROUP
SUBSTRING( PARCEL_NO, 1, 3) as CC_GROUP
どんな助けでも大歓迎です:)