delare UserName text:=(select "UserName" from "Account" where "ID"=id); Password text:=(select "Password" from "Account" where "ID"=id); Name text:=(select "Name" from "Account" where "ID"=id); begin --do something here end
also is it ok to do this for the coding convenience and readability and access or should it be combined to single type.
2.1m questions
2.1m answers
60 comments
57.0k users