Viewing 14 posts - 16 through 29 (of 29 total)
Here is the code when i create the table. The fields are filled with values from a text file.
Maybe there is something wrong when I create the table ?
CREATE...
May 2, 2009 at 3:25 am
Jeff:
How does this so called "anchor" field works ?
Here are a helpful link about statements in SQL Anywhere Studio 9.0.2
http://www.ianywhere.com/developer/product_manuals/sqlanywhere/0902/en/html/index.html
Regards
Magnus
April 30, 2009 at 1:17 pm
Hi, i tried this one but i got some syntax errors again. It´s complaining about the "=" in row 4. Maybe beacuse this is written in Sybase (interactive sql) instead...
April 30, 2009 at 7:21 am
I get back to you all in a couple of hours with an repply, have some work to do now 🙂 .....
Thx
April 30, 2009 at 1:40 am
Thx a lot Mr or Mrs. 500!
It worked like a charm 😀
Many thx
// Regards
April 29, 2009 at 2:57 am
Lowell: Thx a lot! It worked perfekt! 😀
Regards
Magnus
November 17, 2008 at 5:59 am
Now i want to update one table depending on values in a other table.
Or there is three tables involved. Tables below.
table1
****
mi_seq
obj_num
mgrp
table2
*****
mi_seq
obj_num
maj_grp_seq
table3
*****
maj_grp_seq
name
I want to update table2.maj_grp_seq with the table3.maj_grp_seq where table1.mgrp...
November 17, 2008 at 5:16 am
Lowell or anyone: 🙂 See my attached files, I have put in some screen shots and writing what i´m trying to accomplish.
Regards
Magnus
November 6, 2008 at 3:30 am
Lowell:
I´ll get back to later today, thx for the post 🙂
/Magnus
November 4, 2008 at 10:01 am
So basically i´m looking for some function that generates numbers into the obj_num column depending of what values you get from the brand column. The must be some way to...
November 4, 2008 at 7:00 am
This solves the problem but it´s not quite what I want. The AUTOINCREMENT counts and thats good, but I want to modify the obj_num (AUTOINCREMENT) in table2 when I´m reading...
November 4, 2008 at 3:36 am
rbarryyoung:
I not using sql server 2005 for this, i´m using interactive sql in sybase actually.
/Magnus
October 29, 2008 at 11:36 am
I actually got this to work. But i´m sure I can optimize or write the code in a different way. I didn´t got the (2) INSERT to work so the...
October 29, 2008 at 7:35 am
Tommy:
Yes that´s right, (2) insert statements. But how does it work in my case ?
Well basically i want to split up my
custom.mi_def_tmp
table into my two other tables...
October 28, 2008 at 1:00 pm
Viewing 14 posts - 16 through 29 (of 29 total)