BHUPENDRA SHIVHARE
ORIENTAL INSTITUTE OF SCIENCE OF TECHNOLOGY, BHOPAL
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
231,433
of 302,019
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,503
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 178,155
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Hello friends, I want to store a value in a variable and execute that value in SQL query. But MATLAB says undefined function or variable 'ax'. ( Please see my MATLAB desktop snapshot [attached] to clarify my problem ) . Thank you in advance.
curs = exec(conn, ['SELECT pass.object'... ' FROM pass '... 'WHERE pass.xaxis = ' '''' ax '''']);
10 years ago | 0 answers | 0
0
answersQuestion
Hello all, I have declare a variable "ax" as global but this variable cannot fetch by SQL query and says "Undefined function or variable 'ax'". So how can we fetch this variable. Please give solution. thanks in advance.
curs = exec(conn, ['SELECT pass.`ch&n`'... ' FROM pass '... 'WHERE pass.xaxis = ...
10 years ago | 2 answers | 0
2
answersQuestion
i want to fetch data from MS access but In this SQL query WHERE clause is not working properly so please provide solution. Thanks...
conn = database('bhupi1', 'bhupi1', 'bhupi1'); setdbprefs('DataReturnFormat','cellarray') sqlquery = ['select * from pas...
10 years ago | 0 answers | 0