Oracle SQL RTFM question

john saylor js0000-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Wed Apr 6 13:49:00 EDT 2011


initialize

On Wed, Apr 6, 2011 at 1:32 PM, Jerry Feldman <gaf-iwcNaMm7aMIiq3RsQ1AnAw at public.gmane.org> wrote:
> I know how to create a user, grant, et.al, but I don't know how to set this
> up to test if a user exists.

select count(*) from users where username like '%username%';

?

-- 
\js : "verbing weirds language." -calvin  [http://or8.net/~johns/]





More information about the Discuss mailing list