|
Replies:
0
-
Pages:
1
|
|
|
Posts:
1
Registered:
11/9/11
|
|
|
|
<Unknown identifier @variable>
Posted:
Nov 9, 2011 2:13 AM
|
|
|
When I debug a sql script, and I am going step by step thru script, I can't see varibales even if they are correctly set. For example:
SELECT 'asdsdasd' INTO @myvariable; SELECT id INTO @myid FROM mytable WHERE some_column = @myvariable;
Both @myvariable and @myid when I add them to the watch list I see <Unknown identifier @myvariable> and <Unknown identifier @myid> as their values. Also when I hover with mouse over them I see the same value - <Unknown identifier ...>
Is there a way to debug a script step by step and see the values of variables while debugging?
|
|
|
|
Legend
|
|
Guru: 2001
+
pts
|
|
Expert: 751
- 2000
pts
|
|
Enthusiast: 31
- 750
pts
|
|
Novice: 0
- 30
pts
|
|
Moderators
|
|
Helpful answer
(5 pts)
|
|
Answered
(10 pts)
|
|