mysql - how to use inner join in my condition -


मेरे पास इस तरह से दो टेबल हैं

  c_ID नाम -------- - 7 a 6 a 5 a 4 d   

और

  सीआईआईडी फोटो ----- ------ 7 1 6 1 5 0 4 1   

मैं कैसे नाम a और फ़ोटो 1

धन्यवाद < / P>

  चुनें * / * TODO: आप चाहते हैं कि विशिष्ट कॉलम (एस) जोड़ें * / से table1 तालिका 1.c_ID = table2.c_ID पर तालिका 2 में शामिल हों जहां तालिका 1.name = 'a' और table2.photo = 1    

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -