Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] wouldnt the "entry" need to increment so there arent duplicates?

[DiscordArchive] wouldnt the "entry" need to increment so there arent duplicates?

[DiscordArchive] wouldnt the "entry" need to increment so there arent duplicates?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
10-02-2020, 04:05 PM
#1
Archived author: dysfunctionator • Posted: 2020-10-02T16:05:52.442000+00:00
Original source

wouldnt the "entry" need to increment so there arent duplicates?
rektbyfaith
10-02-2020, 04:05 PM #1

Archived author: dysfunctionator • Posted: 2020-10-02T16:05:52.442000+00:00
Original source

wouldnt the "entry" need to increment so there arent duplicates?

rektbyfaith
Administrator
0
10-02-2020, 04:05 PM
#2
Archived author: MaxtorCoder • Posted: 2020-10-02T16:05:59.912000+00:00
Original source

^
rektbyfaith
10-02-2020, 04:05 PM #2

Archived author: MaxtorCoder • Posted: 2020-10-02T16:05:59.912000+00:00
Original source

^

rektbyfaith
Administrator
0
10-02-2020, 04:07 PM
#3
Archived author: dysfunctionator • Posted: 2020-10-02T16:07:07.031000+00:00
Original source

DECLARE e int DEFAULT 100420;
VALUES (100420, 45912, 0.01, 0 , 1, 0, 1 , 1 , null);
rektbyfaith
10-02-2020, 04:07 PM #3

Archived author: dysfunctionator • Posted: 2020-10-02T16:07:07.031000+00:00
Original source

DECLARE e int DEFAULT 100420;
VALUES (100420, 45912, 0.01, 0 , 1, 0, 1 , 1 , null);

rektbyfaith
Administrator
0
10-02-2020, 04:07 PM
#4
Archived author: dysfunctionator • Posted: 2020-10-02T16:07:12.522000+00:00
Original source

shit...
rektbyfaith
10-02-2020, 04:07 PM #4

Archived author: dysfunctionator • Posted: 2020-10-02T16:07:12.522000+00:00
Original source

shit...

rektbyfaith
Administrator
0
10-02-2020, 04:07 PM
#5
Archived author: dysfunctionator • Posted: 2020-10-02T16:07:52.074000+00:00
Original source

DECLARE e int DEFAULT 100420;
...
VALUES (e, 45912, 0.01, 0 , 1, 0, 1 , 1 , null);
...
SET e = e + 1;
rektbyfaith
10-02-2020, 04:07 PM #5

Archived author: dysfunctionator • Posted: 2020-10-02T16:07:52.074000+00:00
Original source

DECLARE e int DEFAULT 100420;
...
VALUES (e, 45912, 0.01, 0 , 1, 0, 1 , 1 , null);
...
SET e = e + 1;

rektbyfaith
Administrator
0
10-02-2020, 04:08 PM
#6
Archived author: dysfunctionator • Posted: 2020-10-02T16:08:14.475000+00:00
Original source

or will SQL take variables like that?
rektbyfaith
10-02-2020, 04:08 PM #6

Archived author: dysfunctionator • Posted: 2020-10-02T16:08:14.475000+00:00
Original source

or will SQL take variables like that?

rektbyfaith
Administrator
0
10-02-2020, 04:13 PM
#7
Archived author: FreakyFamous • Posted: 2020-10-02T16:13:27.442000+00:00
Original source

So we set "i"to a default value of 1000000 and want the query to duplicate the rows until "i"=1000150
rektbyfaith
10-02-2020, 04:13 PM #7

Archived author: FreakyFamous • Posted: 2020-10-02T16:13:27.442000+00:00
Original source

So we set "i"to a default value of 1000000 and want the query to duplicate the rows until "i"=1000150

rektbyfaith
Administrator
0
10-02-2020, 04:13 PM
#8
Archived author: FreakyFamous • Posted: 2020-10-02T16:13:39.484000+00:00
Original source

so it should be "executed" 150 times
rektbyfaith
10-02-2020, 04:13 PM #8

Archived author: FreakyFamous • Posted: 2020-10-02T16:13:39.484000+00:00
Original source

so it should be "executed" 150 times

rektbyfaith
Administrator
0
10-02-2020, 04:15 PM
#9
Archived author: dysfunctionator • Posted: 2020-10-02T16:15:35.404000+00:00
Original source

VALUES (i, 45912, 0.01, 0 , 1, 0, 1 , 1 , null);
rektbyfaith
10-02-2020, 04:15 PM #9

Archived author: dysfunctionator • Posted: 2020-10-02T16:15:35.404000+00:00
Original source

VALUES (i, 45912, 0.01, 0 , 1, 0, 1 , 1 , null);

rektbyfaith
Administrator
0
10-02-2020, 04:16 PM
#10
Archived author: FreakyFamous • Posted: 2020-10-02T16:16:03.289000+00:00
Original source

will try that, thanks alot!!
rektbyfaith
10-02-2020, 04:16 PM #10

Archived author: FreakyFamous • Posted: 2020-10-02T16:16:03.289000+00:00
Original source

will try that, thanks alot!!

Pages (2): 1 2 Next
Recently Browsing
 
Recently Browsing