केस का उपयोग करें जब
select empid,max(case when statusINOut=1 then Datetime end) as INtime,
max(case when statusINOut=2 then Datetime end) as Outtime
from table_name t
group by empid,convert(date,Datetime)
केस का उपयोग करें जब
select empid,max(case when statusINOut=1 then Datetime end) as INtime,
max(case when statusINOut=2 then Datetime end) as Outtime
from table_name t
group by empid,convert(date,Datetime)
देखें कि क्या तालिका में OBJECTPROPERTY () का उपयोग करके SQL सर्वर में एक डिफ़ॉल्ट बाधा है
बैकअप डिवाइस नहीं खोल सकते। ऑपरेटिंग सिस्टम त्रुटि 5
चयन के लिए sp_executeSql निष्पादित करें ... # तालिका में लेकिन अस्थायी तालिका डेटा का चयन नहीं कर सकता
क्या टाइमस्टैम्प कॉलम अद्वितीय है?
आप डेटाबेस में विरासत का प्रतिनिधित्व कैसे कर सकते हैं?