select * from user_tab_columns where lower(table_name)='Your Table Name';

解决方案 »

  1.   

    desc tablename;
    select * from user_tab_columns where table_name=upper('Your Table Name');
      

  2.   

    谢谢楼上的兄弟。
    还有一个问题:dw_1.modify('b_1.backgroundcolor='RGB(0,0,255)'')我在dw_1中的b_1按钮的背景色为何不会改变??
      

  3.   

    try:dw_1.modify('b_1.backgroundcolor=''RGB(0,0,255)''')
      

  4.   

    CodeMagic(ErrorDetector)兄
    dw_1.modify('b_1.backgroundcolor=''RGB(0,0,255)''')
    这是什么语句,什么方面的