Çó¸ösqlÓï¾ä£¬¹À¼ÆÓеãÄÑŶ
±ío
id mid a b c d e
1 1 0.1 0.2 0.3 0.4 0.5
2 2 0.2 0.1 0.4 0.2 0.1
±íst
id mid type value time
1 1 f 1.1 2009-10-09 12:12:00
2 1 f 1.2 2009-10-09 12:14:00
3 2 g 2.1 2009-10-09 12:11:00
4 2 f 1.3 2009-10-09 12:12:00
5 1 g 1.3 2009-10-09 12:13:00
Á½¸ö±í ÒÔ mid ¹ØÁªÏ£ÍûselectµÄ½á¹ûÈçÏÂ
id mid a b c d e f g
1 1 0.1 0.2 0.3 0.4 0.5 1.2 1.3
2 2 0.2 0.1 0.4 0.2 0.1 1.3 2.1
f ºÍg ÊÇ stÀï ʱ¼ä ʱ¼ä±È½Ï´óµÄ¡£
SQL code:
select o.*,
(select `value` from st where mid=o.mid and type='f' order by `time` desc limit 1) as f,
(select `value` from st where mid=o.mid and type='g' order by `time` desc limit 1) as g
from o
order by time desc limit 1
Ïà¹ØÎÊ´ð£º
СµÜÊǸöÐÂÊÖ ÏÖÔÚÓиöÎÊÌâÒ»Ö±²»Äܽâ¾ö
ÀýÈç
procedure produce_proc
@p001 nvarchar(8000),
@p002 nvarchar(8000),
@p003 nvarchar(8000),
& ......
Á½ÖÖ´íÎó£º
1.Èç¹ûÎÒÕâÑùÉêÃ÷£ºResultSet rs;´íÎóÌáʾÈçÏ£º
An error occurred at line: 51 in the jsp file: /index.jsp
The local variable rs may not have been initialized
48: ......
ÎÒEXCELÖÐÒ»¸öµ¥Ôª¸ñµÄÊý¾ÝÈç "2009-01","8949-232"
½«Õâ¸öÊý¾ÝÕ³Ìùµ½PL/SQLÖеÄÒ»¸ö±íÖкó,Êý¾ÝÈ·ÊdzÉΪÁË 2009-01,8949-232 ,°ÑËùÓеÄ""¶¼Ã»ÁË,
ÈçºÎÅªÄØ?Çë´ó¼ÒÊÔ ......
sql2005
select *from v_ddxx where d_sfsc='0' and (g_ssbm='1001' or g_ssbm='1002') and (xxf>0 and xxfwzf <>0 ),Ö´ÐÐËÙ¶ÈÂýµÄÒªËÀ£¬µ«ÊÇÈç¹û°Ñ(xxf>0 and ......
Êý¾Ý±í¡¾biao¡¿£¬
×ֶΣºid¡¢myname¡¢mytxt
mytxtÄÚÈݸñʽÐÎÈ磺n|abcd¡££¨ÀýÈ磺1|ÁõµÂ»ª£¬2|Èδﻪ£¬3|αÌϼ£¬4|Âõ¿Ë@½Ü¿ËÑ·£©
ÎÒÏÖÔÚÏ£Íû¶Á¼Ç¼³öÀ´ºó£¬°´ÕÕ[mytxt]×Ö¶ÎÀïµÄÊúÏߣ¨|£©Ç°ÃæµÄÄǸöÊý× ......