Info

此问题已关闭。 请重新打开它进行编辑或回答。

how can i calculate field in record ( i use ms access):matlab

1 次查看(过去 30 天)
clc
sss=100;
conn = database('data_base','','');
curs = exec(conn,'SELECT name,salary-sss as net FROM person order by net');
curs=fetch(curs);
columnnames(curs)
curs.Data
close(conn);
i have the problem with "salary-sss as net" the program can not run
  5 个评论
Jan
Jan 2018-6-2
编辑:Jan 2018-6-2
I told you already how to format code to make it readable. Please do not ignore this hint.
What do you expect "-sss as net" to do?

回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by