actually i want restrict some user to select some data using schema but grant and revoke cannot in 10.1.3 is that any way to set authorization user ?
Anders Morken wrote: > > damon leong: >> beside this method is that any way >> do the same thing ? > > I'm not quite sure what you're trying to achieve? > > If you want to create a schema, just don't include the "AUTHORIZATION" > part, i.e. like this: > > ij> CREATE SCHEMA foo; > 0 rows inserted/updated/deleted > > -- > Anders Morken > > My opinions may have changed, but not the fact that I am right! > > -- View this message in context: http://www.nabble.com/Re%3A-CREATE-SCHEMA-schema-name-AUTHORIZATION-username-tf2330254.html#a6482991 Sent from the Apache Derby Users mailing list archive at Nabble.com.
