dateadd - What is the alternate of below sql in SQLite? -


तालिका ' Curcommtb ' कॉलम ' DModify ' और '< कोड> गणना '

SQLite में निम्न एसक्यूएल का वैकल्पिक क्या है?

' Curctb से तिथिडेट का चयन करें (दिन, गिनती, डीएमडीएफ़िफ़) '

नीचे आपकी क्वेरी का SQLite वैकल्पिक है।

  SELECT दिनांक (DModify, '+' || count || 'day') FROm Curcommtb   

आप दिनांक फ़ंक्शन का उपयोग कर सकते हैं जैसे: <पूर्व> <कोड> चयन दिनांक ('अब', '+ 10 दिन');

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -