On 29/04/12 20:42, Mariusz Sepczuk wrote:
OK, does exists any solution to do that?

Do what? What are you trying to do?

I suppose an autoincrement column might work but otherwise you add a new column, how if the system ever going to know what goes in it? Or how to use it in a query?

        Andy



Dnia 29 kwietnia 2012 21:40 Andy Seaborne<a...@apache.org>  napisaƂ(a):

On 29/04/12 20:22, Mariusz Sepczuk wrote:
Hi,

I installed SDB and in database create two tables triples with column
s,p,o and another with column g,s,p,o. My question is :can I add to
this three column my own for example id_column NUMBER? I try do that
in sql developer but as result is always three column s, p, o not
four

See earlier messages.

You can't do that.

SDB controls the database - use SDB to format the database and create
the tables.  Don't create tables, or modify them, yourself.  The code
does not reflect over the DB schema to work out what's going on.

        Andy


MS



Reply via email to