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