Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

Nhận ID tối thiểu và giá trị ID tối đa trong MySQL php

Làm điều đó để lấy MiNtimeIn từ JSONObject đầu tiên và MaXtimeOut từ JSONObject thứ hai:

String MiNtimeIn,MaXtimeOut;
JSONArray array=new JSONArray(json);
if(array.length()<2){
  JSONObject jsonObject = array.getJSONObject(0);
  MiNtimeIn = jsonObject.optString(Configs.TAG_IN);
  MaXtimeOut=jsonObject.optString(Configs.TAG_OUT);
}else{
  // get First Object from JSONArray
   JSONObject oneObject = array.getJSONObject(0);
  MiNtimeIn = oneObject.optString(Configs.TAG_IN); // get min from first row
  // get Second Object from JSONArray
   JSONObject twoObject = array.getJSONObject(array.length()-1);
   MaXtimeOut = twoObject.optString(Configs.TAG_OUT); // get min from second row
}



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Lưu trữ một tỷ lệ phần trăm trong Rails + MySQL

  2. MySQL:khoảng thời gian khả dụng trong thời gian liên tiếp

  3. Truy vấn chậm MySQL - Đang chờ khóa bộ nhớ cache truy vấn

  4. Đo thời gian truy vấn MySQL thực tế

  5. Neo4j - Xóa mối quan hệ bằng Cypher